.zbanner {
  margin-top: 115px;
}
.zbanner img{
  width: 100%;
}
.sorting table{
  border-collapse: collapse;
  width: 100%;
  background:#fff;
  margin-top: 5vw;
}
.sorting table tr td:first-of-type{
  background:#f7f8f0;
  font-weight: bold;
  color: #343434;
}
.sorting table tr:first-of-type{
  background:#f74a29;
  line-height: 80px;
  font-size: 1.8rem;
  color: #fff;
  background: -moz-linear-gradient(0deg, #f74a29, #e98817);
  background: -webkit-linear-gradient(0deg,#f74a29,#e98817);
  background: -o-linear-gradient(0deg, #f74a29, #e98817);
}
.sorting table tr:first-of-type td{
  background:none;
  color: #fff;
  padding:0;
}
.sortingbg{
  background:url("../images/sortbg.png") no-repeat center;
  padding-bottom: 3vw;
}
.sorting table tr td{
  text-align: center;
  border:1px solid #cdcdcd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px 25px;
  font-size: 1.6rem;
  color: #6f6f6f;
}
.sorting table tr:first-of-type td{
  border:none;
}
.sorting table tr:first-of-type td:last-of-type{
  text-align: center;
}
.sorting table tr td:last-of-type{
  text-align: left;
}


.rig-title{
  width: 100%;
  background: #f8f8f8;
}
.crumbs{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.crumbs_left{
  width: 29%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.crumbs_left i{
  height: 15px;
  width: 1px;
  display:block;
  background:#dcdcdc;
}
.crumbs_left a{
  font-size: 1.6rem;
  color: #3a3a3a;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  position:relative;
}
.crumbs_left a:before{
  display:block;
  content: '';
  background:#3a3a3a;
  position:absolute;
  left:0;
  bottom:-1px;
  width: 0;
  height: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.crumbs_left a:hover:before,.crumbs_left a.active:before{
  width: 100%;
}
.crumbs_left a span{
  position:relative;
}
.crumbs_left a:hover,.crumbs_left a.active{
  font-weight: bold;
}
.crumbs_right{
  padding-left: 40px;
  background:url("../images/home.png") no-repeat left center;
}
.crumbs_right span,.crumbs_right a,.crumbs_right{
  color: #3a3a3a;
  font-size: 1.6rem;
}



/*zcompany*/
.warpper2{
  width: 84%;
  margin:0 auto;
}
.zcomcont1{
  background:url("../images/about.png") no-repeat center 8vw;
  overflow:hidden;
}
.zcomcont1>ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:3vw;
  margin-bottom: 3vw;
}
.zcomcont1>ul li {
  width:32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid rgba(35, 83, 154, 0.1);
  height: 130px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zcomcont1>ul li img{
  margin-right:45px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.zcomcont1>ul li:hover img{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.zcomcont1>ul li div h5{
  font-size: 2.4rem;
  color: #333333;
}
.zcomcont1>ul li div small{
  font-size: 1.6rem;
  color: #666666;
}
.ztit{
  display:inline-block;
  font-size: 4rem;
  color: #333333;
  position:relative;
  overflow:hidden;
}
.ztit:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  background:#031425;
  width:100%;
  height: 5px;
}
.ztit:after{
  display:block;
  content: '';
  position:absolute;
  left:-3px;
  bottom:0;
  background:#d8121e;
  width:55px;
  height: 5px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.zcom1_flex{
  display:flex;
  justify-content: space-between;
  align-items: center;
  overflow:hidden;
  position:relative;
}
.zcom1_flex>div{
  width: 46%;
}
.zcom1_flex>div>h3{
  margin-bottom:  4vw;
}
.zcom1_flex>div>small{
  font-size: 1.6rem;
  color: #333333;
  font-weight:lighter;
  line-height: 3.6rem;
  margin-bottom: 3vw;
}
.zcom1_flex>img{
  max-width: 50%;
}

/*histoyr*/
.history{
  background: url("../images/historybg.jpg") no-repeat center;
  background-size:cover;
  position: relative;
  width:100%;
  padding:4vw 0;
  overflow:hidden;
}
.history .ztit{
  color: #fff;
}
.history .ztit:before{
  background:#fff;
}
.history>small{
  font-weight: bold;
  font-size: 13rem;
  color: rgba(255, 255, 255, 0.03);
  position:absolute;
  left:10%;
  top:5%;
}
.history_top{
  margin-top: 3vw;
}
.history_top .swiper-slide{
  position:relative;
}


.history_bombg{
  position:relative;
  margin-top:2vw;
}
.history_top .swiper-slide{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 130px;
}
.his_textbg>b{
  display:block;
  width: 40%;
  height: 22vw;
  border:2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  overflow:hidden;
}
.his_textbg>b>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.his_textbg{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.his_text{
  width:45%;
}
.his_text h3{
  font-size: 13rem;
  color: #fff;
}
.his_text h3 sup{
  font-size: 6rem;
  color: #fff;
}
.his_text h5{
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 1vw;
}
.his_text small{
  color: #fff;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 3rem;
}


.history_top .swiper-button-next:after,.history_top .swiper-button-prev:after{
  color: #fff;
  font-size: 2rem;
}
.history_top .swiper-button-next,.history_top .swiper-button-prev{
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  width: 68px;
  height: 68px;
  transition: 350ms 0s all ease;
}
.history_top .swiper-button-prev{
  left:0;
}
.history_top .swiper-button-next{
  right:0;
}
.history_top .swiper-button-next:hover{
  background:#fff;
}
.history_top .swiper-button-prev:hover{
  background:#fff;
}
.history_top .swiper-button-next:hover:after,.history_top .swiper-button-prev:hover:after{
  color: #d8121e;
}


.hisline{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.history_bom .swiper-slide>div{
  position: relative;
  height: 135px;
  width: 100%;
}
.history_bom .swiper-slide>div:before{
  display:block;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background:#fff;
}
.history_bom .swiper-slide h3{
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  font-weight: lighter;
  font-family: barlow;
  position: absolute;
  bottom:0;
  width:100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.history_bom .swiper-slide.swiper-slide-thumb-active>div:before{
  background:url("../images/his_in.png") no-repeat center;
  width: 18px;
  height: 18px;
}
.history_bom .swiper-slide.swiper-slide-thumb-active h3{
  color: #fff;
  font-size: 3.6rem;
}

/*adv*/
#comto3{
  padding: 4vw 0;
}
.zcom_adv{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}
.zcom_adv>div{
  width: 63%;
}
.zcom_adv>div .ztit{
  margin-bottom: 2vw;
}
.zcom_adv img{
  max-width: 35%;
}
.zcom_adv ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.zcom_adv ul li{
  width: 49%;
  height: 187px;
  margin-top: 2vh;
  border:1px solid #e5e7e9;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcom_adv ul li>h5{
  display:inline-block;
  padding-left:80px;
  background-repeat: no-repeat;
  background-position:left center;
  font-size: 2rem;
  color: #333333;
  line-height: 85px;
}
.zcom_adv ul li>small{
  font-size: 1.4rem;
  color: #333333;
  font-weight: lighter;
  text-align: center;
  max-width: 70%;
  margin:0 auto;
}


.zhonorbg{
  overflow:hidden;
}
.zhonor a{
  display:block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zhonor a b{
  display:block;
  width: 100%;
  height: 20.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:2vw;
  border:2px solid #e5e5e5;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zhonor a b img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zhonor a:hover b{
  background:#d8211e;
}
.zhonor a p{
  background:#fff;
  line-height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 2.2rem;
  color: #333333;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zhonor a:hover p{
  color: #d8211e;
}


/*产品模具*/
.zmoudlebg{
  padding-bottom: 3.5vw;
}
.zmoudle_table table{
  width: 100%;
  border-collapse: collapse;
}
.zmoudle_table table tr:first-of-type{
  background:#d8211e;
}
.zmoudle_table table tr:first-of-type td{
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}
.zmoudle_table table tr:nth-of-type(even){
  background:#f2f2f2;
}
.zmoudle_table table tr td{
  text-align: center;
  padding:16px 10px;
  border:1px solid #e8e8e8;
  font-size: 1.6rem;
  color: #666666;
}

.comul3{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4vw;
}
.comul3 li{
  width: 32%;
  height: 340px;
  display:flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2.5vw;
}
.comul3 li p{
  font-size: 3.6rem;
  color: #ffffff;
  font-family: barlow;
  margin-bottom: 8vh;
}
.comul3 li h3{
  font-size: 2.8rem;
  color: #fff;
}
.comul3 li b{
  display:block;
  width:26px;
  height: 2px;
  background:#0058b1;
  margin-top: 10px;
  margin-bottom: 15px;
}
.comul3 li small{
  font-size: 1.6rem;
  color: #fff;
}


/*company-end*/



.infoCenter-right p strong {
  line-height: 30px;
  color: #113870;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #113870;
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-content{
  line-height: 25px;
}
.center-content img{
  display:inline-block;
  max-width:100%;
}

/*zmsg*/
.zmesg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 530px;
  background: url("../images/lybg.jpg") no-repeat center;
  margin-bottom: 72px;
}
.zmsg_left{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px
}
.zmsg_left>h4{
  font-size: 24px;
  color: #1857a4;
  position: relative;
  padding-bottom:30px;
  margin-bottom: 30px;
}
.zmsg_left>h4:after{
  position:absolute;
  display: block;
  content: '';
  left:0;
  bottom:0;
  width: 45px;
  height: 2px;
  background: #1857a4;
}
.zmsg_left>p{
  color: #878787;
  line-height: 20px;
}
.zmsg_left>div{
  margin-top: 40px;
}
.zmsg_left>div span{
  color: #878787;
  font-size: 14px;
}
.zmsg_left>div h3{
  font-size: 24px;
  color: #117cc0;
  line-height: 23px;
}
.zmsg_left .tel{
  float:none;
}
.zmsg_right{
  float:right;
  width: 43%;
  padding-right: 45px;
}
.zmsg_right>p{
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}

#formData{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#formData>input,#formData textarea{
  margin-top: 20px;
  width: 32%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #9b9b9b;
  font-weight: lighter;
  background: #fff;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 1.6rem;
  color: #9b9b9b;
  font-weight: lighter;
}
#formData textarea{
  width: 100%;
  height: 178px;
}
#formData .code{
  width: 32%;
  background:#fff;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  padding-left: 0;
  margin-top: 20px;
}
#formData .code input{
  font-size: 1.6rem;
  color: #9b9b9b;
  font-weight: lighter;
  padding: 0 20px;
  box-sizing: border-box;
  background:none;
  height: 60px;
  line-height: 60px;
  float:left;
  width: 55%;
}
#formData .code .verify{
  cursor: pointer;
  float:right;
  width: 45%;
  height: 60px;
  overflow:hidden;
  display:flex;
  align-items: center;
  background:#f3fbfe;
}
#formData .code .verify img{
  width: 100%;
}
#formData .submit{
  display: inline-block;
  width: 32%;
  height: 60px;
  line-height: 60px;
  background: #28343c;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#formData .submit:hover{
  background: #0058b1;
}
#formData input{
  position:relative;
}
#formData input:before{
  display:block;
  /*content: '*';*/
  content: '';
  width:5px;
  height: 5px;
  font-size: 1.6rem;
  color: #ff0000;
  font-weight: lighter;
  position:absolute;
  top:0px;
  left:0px;
}

/*znews*/
.znewsbg{
  padding-top: 3.5vw;
  padding-bottom: 2vw;
}
.znews li{
  background:#fafafa;
  margin-bottom: 1vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews li:hover{
  background:#d8211e;
}
.znews li a{
  display:flex;
  align-items: center;
  height: 172px;
}
.znews li a b{
  display:block;
  width: 300px;
  height: 100%;
  overflow:hidden;
}
.znews li a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znews_date{
  width: 100px;
  border-right: 1px solid #c6c6c6;
  margin-left: 4%;
  margin-right: 2%;
}
.znews_date h5{
  font-size: 2.3rem;
  color: #3a3a3a;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_date span{
  font-size: 1.4rem;
  color: #3a3a3a;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_text{
  width: 56%;
  margin-right: 2%;
}
.znews_text small{
  font-size: 1.4rem;
  color: #d8211e;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}

.znews_text h4{
  font-size: 2rem;
  color: #3a3a3a;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews li>a>span{
  display:block;
  border-radius: 50%;
  width:35px;
  height: 35px;
  background:#d8211e url("../images/znewsjt.png") no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews li:hover>a>span{
  background:#fff url("../images/znewsjts.png") no-repeat center;
}
.znews li:hover .znews_date span,.znews li:hover .znews_date h5,.znews li:hover .znews_text small,.znews li:hover .znews_text h4{
  color: #fff;
}
.znews li:hover .znews_date{
  border-right: 1px solid #fff;
}



  /*sidere_buchong*/
.zsidebar .pro_left_mid{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  min-height: initial;
}







.common-inner{
  padding-bottom:50px;
}

.common-inner .inner-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
}

.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 2vw;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  text-align: left;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  border-top: 1px solid #ddd;
  padding-top:1vw;
  margin-top: 3vw;
}
.newsPage a {
  color: #323232;
}
.newsPage a:hover {
  color: #003f98;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #003f98;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003f98;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #003f98;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #003f98;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #003f98;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #003f98;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
#zlink{
  padding-bottom: 4vw;
}
.zcontact_down{
 display:flex;
  justify-content: space-between;
  height: 620px;
}
.contact-map {
  overflow: hidden;
  width: 64%;
  height: 100%;
}
.contact-map #dituContent {
  width: 100%;
  height: 100%;
}
.zcontact_ul{
  width: 34%;
}
.zcontact_ul>ul{
  background:#f5f5f5;
  border-top: 5px solid #0058b1;
  height: 340px;
  padding:39px 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.zcontact_ul>ul li{
  display:flex;
  align-items: center;
  margin-bottom: 39px;
}
.zcontact_ul>ul li:last-of-type{
  margin-bottom: 0;
}
.zcontact_ul>ul li img{
  margin-right: 19px;
}
.zcontact_ul>ul li div p{
  font-size: 1.8rem;
  color: #666666;
}
.zcontact_ul>ul li div small{
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
}
.zcontact_wx{
  background:#f5f5f5;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2vw;
  height: 240px;
  display:flex;
  align-items: center;
}
.zcontact_wx>img{
  width: 164px;
  margin-right: 2vw;
}
.zcontact_wx h3{
  font-size: 3.2rem;
  color: #333;
}
.zcontact_wx b{
  display:block;
  width: 28px;
  height: 4px;
  background:#0058b1;
  margin:1.5vw 0;
}
.zcontact_wx p{
  color: #333;
  font-size: 1.8rem;
  line-height: 3rem;
}

#zmsg{
  background:url("../images/conbg.jpg") no-repeat center;
  background-size:cover;
  padding-bottom: 4vw;
}




.prodect-Info {
  overflow: hidden;
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #003f98;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
  padding-top: 0;
  padding-left: 12px;
  padding-bottom:0;
  text-align: left;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #003f98;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}

.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #113870;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.zpro_contbg{
  padding:2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zpro_cont{
  line-height: 30px;
}
.zpro_cont img{
  max-width:100%;
}

.zpro_cont table{
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}



.zpro_cont table tr td{
  color: #333333;
  border:1px solid #bdbdbd!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px!important;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}


#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
#playercontainer{
  width: 100%;
  height: 100%;
}
.play-video {
  width: 100%;
  height: 35vw;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 45px;
  height: 45px;
  border: 1px solid #b4b4b4;
  border-radius: 30px;
  text-align: center;
  line-height: 45px;
  font-size: 2rem;
  color: #757575;
  margin:0 6px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #d8211e;
  background: #d8211e;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background:url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: url(../images/prev.png) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background: #d8211e url(../images/prevs.png) no-repeat center;
  border-color: #d8211e;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: url(../images/next.png) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background:#d8211e url(../images/nexts.png) no-repeat center;
  border-color: #d8211e;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display:none;
}
.de-page-mian .page-inner span {
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
  display:none;

}
.de-page-mian .page-inner input {
  display:none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


.zginfo_top{
  padding:4vw 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
}
.zginfo_top>.warpper{
  width: 84%!important;
  background:#f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zfinfo_left{
  width: 740px;
}
.zfinfo_right{
  width: calc(98% - 740px);
}
.sinfo_top{
  width: 100%;
  height: 523px;
}
.sinfo_top .swiper-slide,.sinfo_bom .swiper-slide{
  background:#fff;
}
.goodstitright{
  width: 13%;
}
.sinfo_top .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sinfo_bom .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sinfo_bombg{
  margin-top:20px;
  width: 100%;
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 60px;
  position:relative;
}
.sinfo_bombg .sinfo_bom{
  width: 100%;
  height: 100%;
}


.sinfo_bombg .sinfo_bom .swiper-slide{
  border:2px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sinfo_bombg .sinfo_bom .swiper-slide.swiper-slide-thumb-active{
  border:2px solid #d8211e;
}
.sinfo_bombg .swiper-button-next,.sinfo_bombg .swiper-button-prev{
  width: 50px;
  height: 100%;
  top:0;
  margin-top: 0;
  background-color:#d8211e;
  background-repeat: no-repeat;
  background-position:center;
}
.sinfo_bombg .swiper-button-prev.swiper-button-disabled,.sinfo_bombg .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  background-color:#999999;
}
.sinfo_bombg .swiper-button-next:after,.sinfo_bombg .swiper-button-prev:after{
  display:none;
}
.sinfo_bombg .swiper-button-prev{
  left:0;
  background-image:url("../images/infojt_l.png");
}
.sinfo_bombg .swiper-button-next{
  right:0;
  background-image:url("../images/infojt_r.png");
}

.ztop1{
  display:flex;
  align-content: center;
}
.ztop1>span{
  color: #fff;
  padding-left:39px;
  padding-right:20px;
  font-size: 1.8rem;
  background:#0058b1 url("../images/icon-2.png") no-repeat 13px center;
  line-height: 38px;
}

.zfinfo_right>h3{
  padding:15px 0;
  position:relative;
  font-size: 3.2rem;
  color: #333333;
  margin-bottom: 2vw;
}
.zfinfo_right>h3:before{
  width:100%;
  height: 3px;
  background:#efefef;
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
}
.zfinfo_right>h3:after{
  width: 98px;
  height: 3px;
  background:#0058b1;
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
}
.zfinfo_right>small{
  min-height: 97px;
  display:block;
    font-size: 1.6rem;
    color: #666666;
    font-weight: lighter;
  line-height: 3rem;
}
.order-btn{
  display:flex;
  align-items: center;
}

.order-btn>a{
  width: 216px;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  color: #fff;
  padding-left:88px;
  border:1px solid #0058b1;
  background:#0058b1 url("../images/back2.png") no-repeat 53px center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.order-btn>a:nth-of-type(1):hover{
  border:1px solid #0478d7;
  background:#0478d7 url("../images/back2.png") no-repeat 53px center;
}
.order-btn>a:nth-of-type(2){
  border:1px solid #28343c;
  background:#28343c url("../images/back3.png") no-repeat 53px center;
}

.order-btn>a:nth-of-type(2):hover{
  border:1px solid #0478d7;
  background:#0478d7 url("../images/back3.png") no-repeat 53px center;
}


.lxcard{
  display:flex;
  align-items: center;
  margin-top: 1.5vw;
  margin-bottom: 2.5vw;
}

.card_left{
  background:#f5f5f5;
  padding-left: 30px;
  width: calc(100% - 193px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:17px;
  margin-left: 2vw;
  display:flex;
  align-items: center;
}
.card_left>div{
  padding-left:62px;
  background:url("../images/goodsinfotel.png") no-repeat left center;
}

.card_left>div>p{
  font-size: 1.6rem;
  color: #666666;
  margin-top: 5px;
  font-weight:lighter;
}
.card_left>div>h4{
  font-size: 2.8rem;
  color: #28343c;
  line-height: 30px;
}
.card_right{
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:flex;
  justify-content: flex-end;
  border:2px solid #28343c;
  height: 104px;
}
.card_right img{
  height: 100%;
}
.card_right>p{
  color: #fff;
  font-weight: lighter;
  font-size: 1.5rem;
  width: 27px;
  line-height: 16px;
  text-align:center;
  background:#28343c;
}


.sinfo_top .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background:#fff;
  opacity: 1;
}
.sinfo_top .swiper-pagination-bullet-active{
  background:#0058b1;
}
.zproinfo_content{
  display:flex;
  justify-content: space-between;
  padding-bottom:4vw;
}
.zproinfo_left{
  width: 68%;
  background:#f8f8f8;
  padding-bottom: 1vw;
}
.zprotit{
  font-weight: bold;
  color: #fff;
  background:#0058b1;
  line-height: 7.3rem;
  text-align: center;
  font-size: 3rem;
}
.zproinfo_right{
  width: 29%;
  background:#f8f8f8;
}
.bg_white{
  width: 100%;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:53px;
}
.zproinfo_list{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 2vw;
}
.zproinfo_list a{
  display:block;
  width:100%;
  padding:1vw 0;
  padding-top: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 2px solid #e9e9e9;
}
.zproinfo_list a:last-of-type{
  border-bottom: none;
}
.zproinfo_list a b{
  width: 100%;
  height: 16vw;
  position:relative;
  overflow:hidden;
}
.zproinfo_list a b img{
  width: 100%;
  height:100%;
  object-fit:cover;
}
.zproinfo_list a b>i{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width:88px;
  height: 88px;
  background:#0058b1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:20px;
  border-radius: 50%;
  opacity: 0;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: lighter;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zproinfo_list a:hover b>i{
  opacity: 1;
}
.zproinfo_list a>p{
  font-size: 2rem;
  color: #666666;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  margin-top: 17px;
  position:relative;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproinfo_list a p:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  width: 3px;
  height: 20px;
  background:#0058b1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zproinfo_list a:hover p{
  color: #0058b1;
  padding-left:20px;
}
.zproinfo_list a:hover p:before{
  opacity: 1;
}
.zproinfo_t,.zpro_cont strong{
  display:block;
  width:100%;
  background:url("../images/zinfotit.png") repeat-x  center top;
  padding-top:48px;
  padding-bottom: 0.8vw;
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
  margin-top: 1.5vw;
}
.zpro_cont>h3{
  padding-bottom: 0.8vw;
  font-size: 2.4rem;
  color: #333333;
  font-weight: bold;
}
.zpro_cont table{
  width: 100%!important;
}


/*coop*/
.zcoop1{
  padding-bottom: 4vw;
}
.zcoop1 .title p{
  font-size: 1.8rem;
  font-weight: lighter;
  color: #333333;
}
.zcoop1 ul{
  display:flex;
  justify-content: space-between;
  align-content: center;
}
.zcoop1 ul li{
  background:#f7f7f7;
  position:relative;
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:45px;
}
.zcoop1 ul li>span{
  text-align:center;
  background:#d8211e;
  display:block;
  position:absolute;
  right:0;
  top:-13px;
  width: 60px;
  height: 60px;
  line-height: 60px;

}
.zcoop1 ul li>span p{
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  font-family: alimama;
}
.zcoop1 ul li>h4{
  font-size: 2.2rem;
  color: #333333;
}
.coopul{
  height: 150px;
}
.coopul>p{
  font-size: 1.6rem;
  color: #666666;
  padding-left:25px;
  margin-top: 12px;
  background:url("../images/coopicon.png") no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}

.coop_cont .swiper-slide{
  background:#fff;
  height:100px;
}
.coop_cont .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zcoop2{
  padding-bottom: 4vw;
  background:url("../images/lcbg.jpg") no-repeat center;
}
.zcoop2 .title small{
  color: rgba(255, 255, 255, 0.08);
}
.zcoop2 .title h3{
  color: #fff;
}
.zcoop2 ul{
  margin-top: 3vw;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:0 2vw;
}
.zcoop2 ul>img{
  margin-top:53px;
}
.zcoop2 ul>img:last-of-type{
  display:none;
}
.zcoop2 ul li{
  position:relative;
  cursor: pointer;
}
.zcoop2 ul li b{
  display:block;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  background:#fff;
  position:relative;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcoop2 ul li b:before{
  display:block;
  content: '';
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(212, 168, 121, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcoop2 ul li:hover b:before{
  -webkit-transform: translate(-50%,-50%) scale(1.2);
  -moz-transform: translate(-50%,-50%) scale(1.2);
  -ms-transform: translate(-50%,-50%) scale(1.2);
  -o-transform: translate(-50%,-50%) scale(1.2);
  transform: translate(-50%,-50%) scale(1.2);
}
.zcoop2 ul li b img{
  position:relative;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcoop2 ul li:hover b{
  background:#d8211e;
}
.zcoop2 ul li:hover b img{
  filter:brightness(100);
}
.zcoop2 ul li p{
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
}

.zcoop3{
  padding:4vw 0;
  display:flex;
  justify-content: space-between;
}
.zcoop3_left{
  width: 64%;
}
.zcoop3_left .title{
  padding-top: 0;
  padding-bottom: 2vw;
}
.zcoop3_left #formData{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcoop3_left #formData>input,.zcoop3_left #formData>textarea{
  line-height: 50px;
  width: 49%;
  margin-bottom:23px;
  padding-left:29px;
  font-size: 14px;
  color: #999999;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f6f6f6 url("../images/star.png") no-repeat 16px 20px;
}
.zcoop3_left #formData input::placeholder,.zcoop3_left #formData>textarea::placeholder{
  font-size: 14px;
  color: #999999;
}
.zcoop3_left #formData>textarea{
  width: 100%;
  height: 100px;
}
.zcoop3_left #formData .code{
  width: 49%;
  border:none;
  line-height: 50px;
  background:#f6f6f6;
}
.zcoop3_left #formData .code input{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:29px;
  width: 68%;
  background:#f6f6f6 url("../images/star.png") no-repeat 16px 20px;
}
.zcoop3_left #formData .code .verify{
  width: 32%;
}
.zcoop3_left #formData .code img{
  height: 100%;
}
.zcoop3_left #formData .submit{
  width: 49%;
  line-height: 50px;
  height: 50px;
  font-size: 1.6rem;
  color: #fff;
  background:#d8211e;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcoop3_left #formData .submit:hover{
  background:#0478d7;
}

.zcoop3_right{
  width: 32%;
  height: 420px;
  background:url("../images/zcoop3bg.jpg") no-repeat center;
  background-size:cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:45px 40px;
  margin-top: 2.5vw;
}
.zcoop3_right>h3{
  color: #fff;
  font-size: 2.4rem;
}
.zcoop3_right>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
}
.zcoop3_right ul{
  margin-top: 2vw;
}
.zcoop3_right ul li{
  padding-left:77px;
  margin-top: 1vw;
}
.zcoop3_right ul li:first-of-type{
  background:url("../images/zc1.png") no-repeat left center;
}
.zcoop3_right ul li:nth-of-type(2){
  background:url("../images/zc2.png") no-repeat left center;
}
.zcoop3_right ul li:nth-of-type(3){
  background:url("../images/zc3.png") no-repeat left center;
}
.zcoop3_right ul li p{
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 5px;
}
.zcoop3_right ul li h4{
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
}

/*zcontact*/



/*newsinfo*/
.znewsinfobg{
  padding-top: 4vw;
}
.znewsinfo>.inner-right{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 68%;
  float:left;
  padding-top:2vw;
  padding-bottom: 2vw;
}
.znewsinfo>.znewsinfo_right{
  float:right;
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#fff;
  padding:20px 30px;
}
.znewsinfo_right .bot_tit{
  text-align: left;
  margin-bottom: 1.5vw;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.znewsinfo_list a{
  display:block;
  width:100%;
  background:#fff;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1vw;
  border-bottom: 1px solid #eee;
}
.znewsinfo_list a b{
  width: 100%;
  height: 15vw;
  margin-bottom: 0.6vw;
}
.znewsinfo_list a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znewsinfo_list a b.zpowerside{
  height: 25vw;
}
.znewsinfo_list a b.zpowerside img{
  height: initial;
}
.znewsinfo_list a>p{
  font-size: 1.8rem;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znewsinfo_list a:hover>p{
  color: #d8211e;
}
.znewsinfo_list a>small{
  line-height: 3rem;
  font-size: 1.4rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.zpower_left{display:flex;justify-content: space-between;margin-bottom:3vw;}
.zpower_left>b{
  border-radius: 50%;
  width:200px;
  height: 200px;
  display:block;
  background:#fff;
  overflow:hidden;
  border: 2px dashed #d8211e;
}
.zpower_left>b img{
  width: 100%;
  height: initial;
  object-fit: cover;
}
.zpower_left>div{
  width:calc(92% - 200px);
  line-height: 30px;
}
.zpower_left .news-detail{
  padding-top: 2vw;
}
.zpower_left .news-detail h5{
  font-size: 2.6rem;
}
.zpower_left .news-detail i{
  display:block;
  width: 34px;
  height: 3px;
  background:#d8211e;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
/*case*/
.zcasebg{
  padding-top: 4vw;
}
.de-case-list ul li{
  float:left;
  width: 24%;
  margin-right:1.3%;
  margin-bottom: 1.3vw;
}
.de-case-list ul li:nth-of-type(4n){
  margin-right: 0;
}
.de-case-list ul li a{
  display: block;
}
.de-case-list ul li a .img_jz{
  width:100%;
  height: 14vw;
}
.de-case-list ul li a .img_jz>img{
  min-width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  object-fit: cover;
}
.de-case-list ul li a:hover .img_jz>img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.de-case-list ul li a .img_jz>div{
  position: absolute;
  right:0;
  bottom:0;
  text-align: center;
  width: 95px;
  height: 70px;
  color: #fff;
  background: rgba(0,0,0,.5);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.de-case-list ul li a .img_jz>div>span{
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 29px;
}
.zslovent ul li a{
  position:relative;
}
.zcase_text{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}
.zcase_text h4{
  font-size: 20px;
  font-family: lianmeng;
  line-height: 36px;
  position: relative;
  padding:0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zslovent a:hover .zcase_text h4{
  font-size: 22px;
}
.zcase_text h4:before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(212, 168, 121, 0.8);
  width: 100%;
  height: 14px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition: -webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1);
  transition: transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.zslovent a:hover .zcase_text h4:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.zcase_text h4 i{
  position:relative;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zslovent a:hover .zcase_text h4 i{
  font-style: italic;
}
.news-detail img{
  max-width: 100%;
  margin:0 auto;
}


/*ipad menu*/
.headfix{
  background:#fff;
  z-index: 10000;
}
.mnavshow{
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
  background:#424242;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}



/*手机端下拉展示*/
.mnavbar{
  position:fixed;
  top:75px;
  right:-230px;
  width: 230px;
  height:calc(100% - 75px);
  background:#fff;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y:auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.menuopen{
  right:0;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;

  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li a{color: #333;}
.mnavbar li>a{
  padding-left:40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mnavbar li.active{
  background:#d8121e;
}
.mnavbar li.active a {
  color: #fff;
}
.mnavbar li a.lang{
  margin-left: 40px;
  padding-left: 23px;
}

/*tech*/
.ztech_tit{
  padding-top: 3vw;
  padding-bottom: 2vw;
}
.ztech_tit>h5{
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #0058b1;
}
.ztech_tit>h3{
  font-size: 3.6rem;
  color: #333333;
}
.ztech_cont{
  display:flex;
  justify-content: space-between;
}
.ztech_left{
  width: 15%;
}
.swiper-techleft{
  height: 556px;
  width: 100%;
}
.swiper-techleft .swiper-slide{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #e9e9e9;
  background:#f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  padding-left:13%;
  overflow:hidden;
  position:relative;
  font-weight: bold;
  display:flex;
  align-items: center;
  cursor: pointer;
}
.swiper-techleft .swiper-slide-thumb-active{
  color: #0058b1;
  background:url("../images/techline.png") no-repeat left center;
}

.ztech_right{
  width: 81%;
}
.swiper-techright{
  width: 100%;
  height: 713px;
}
.swiper-techright .swiper-slide>div{
  width:100%;
  height: 100%;
  overflow-y:auto;
}

.swiper-techright .swiper-slide>div::-webkit-scrollbar{
  width:0; /*滚动条宽度*/
}
.swiper-techright .swiper-slide>div::-webkit-scrollbar-thumb{
  width:0;
  background-color:#474747; /*滑动条表面*/
}

.swiper-techright .swiper-slide>div>p{
  font-size: 2.4rem;
  color: #28343c;
  margin-bottom: 2vw;
}
.swiper-techright .swiper-slide>div>small{
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #818181;
}
.swiper-techright .swiper-slide>div img{
  max-width:100%;
  margin:0 auto;
}

/*case*/
.myzcaseul li{
  float:left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4.8611111111vw;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.myzcaseul li:nth-of-type(3n){
  border-right: none;
}
.myzcaseul li a{
  display:block;
}
.myzcaseul li a .img_jz{
  position:relative;
  width: 100%;
  height: 15vw;
  overflow: hidden;
  border-radius: 40px 10px 40px 10px;
}
.myzcaseul li a .img_jz>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.myzcaseul li a .img_jz>span{
  position:absolute;
  left:0;
  bottom:0;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  padding: 10px 15px;
  background: #d8211e;
}
.myzcaseul li:hover a .img_jz>span{
  background: #aacd06;
}
.myzcaseul_text>p{
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
  margin-top: 15px;
}
.myzcaseul_text>h4{
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.myzcaseul_text>small{
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: lighter;
}


/*power*/
.zpowerbg{
  padding:4vw 0;
  background:url("../images/power.png") no-repeat center;
}
.zpower li{
  float:left;
  width:23%;
  margin-right:2.3%;
  background:#fff;
  margin-bottom: 2.3vw;
  box-shadow: 0 0 10px #ddd;
}
.zpower li:nth-of-type(4n){
  margin-right: 0;
}
.zpower li a{
  display:block;
}
.zpower li a b{
  display:block;
  width: 100%;
  height: 20vw;
}
.zpower li a b img{
  width: 100%;
  object-fit: contain;
  height: initial;
}
.zpower_text{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
}
.zpower_text h4{
  font-size: 2rem;
  color: #222222;
}
.zpower_text small{
  display: block;
  font-size: 1.4rem;
  color: #505050;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  margin-top: 7px;
  margin-bottom: 20px;
}
.zpower_text small p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zpower_text span{
  background:#d8211e url("../images/powerline.png") no-repeat center;
  text-align: center;
  display:block;
  width: 105px;
  line-height: 32px;
  font-size: 1.4rem;
  color: #fff;
  border:1px solid #d8211e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zpower li:hover a span{
  background:none;
  color: #d8211e;
}

/*video*/
.zvideo_left{
  width: 22%;
  float:left;
}
.zvideo_left a{
  line-height: 72px;
  display:block;
  font-weight: lighter;
  font-size: 2.2rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:64px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zvideo_left a:hover,.zvideo_left a.active{
  color: #d8121e;
  font-weight: bold;
  background:url("../images/videotype.png") no-repeat left center;
}

.zvideo_right{
  width:76%;
  float:right;
}
.zvideolist li{
  float:left;
  width: 32%;
  height: 16vw;
  margin-bottom: 2vh;
  margin-right: 2%;
  background:#f2f6fa;
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zvideolist li:nth-of-type(3n){
  margin-right: 0;
}
.zvideolist li:hover{
  padding-bottom: 0;
}
.zvideolist li a{
  display:block;
  width: 100%;
  height: 100%;
  overflow:hidden;
  position:relative;
}
.zvideolist li a b{
  width:100%;
  height: 100%;
  overflow:hidden;
  position:absolute;
  top:0;
  left:0;
  display:block;
  z-index: 100;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zvideolist li:hover a b{
  top:-62px;
}
.zvideolist li a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zvideolist li a>b i{
  position:absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 86px;
  height: 86px;
  background:url("../images/videoicon.png") no-repeat center;
  background-size:100% 100%;
}
.zvideolist li a>p{
  width: 100%;
  position:absolute;
  left:0;
  bottom:0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  line-height: 57px;
}
.zvideolist li:hover a>p{
  line-height: 62px;
}

.zvideo_ban{
  margin-top: 4vw;
  margin-bottom: 4vw;
  background:url("../images/b3.jpg") no-repeat center;
}
.zvideo_ban .warpper2{
  height: 400px;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}
.zvideo_ban .warpper2>div{

}
.zvideo_ban h4{
  font-size: 4rem;
  color: #fff;
  background:url("../images/bd.png") no-repeat left top;
  padding-left:77px;
}
.zvideo_ban small{
  font-size: 2rem;
  color: #fff;
  font-weight: lighter;
  position:relative;
  padding-left:77px;
  padding-bottom: 8px;
  display:block;
  margin-top:1vw;
  margin-bottom: 2vw;
}
.zvideo_ban small:after{
  width: 200px;
  height: 1px;
  display:block;
  content: '';
  position:absolute;
  bottom:0;
  left:77px;
  background: rgba(255, 255, 255, 0.6);
}
.zvideo_ban_tel{
  font-size: 2rem;
  color: #fff;
  font-weight: lighter;
  padding-left:134px;
  line-height: 48px;
  background:url("../images/tel3.png") no-repeat 77px center;
}
.zvideo_ban_tel>span{
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
}

.zvideo_adv>h3{
  font-size: 4rem;
  color: #031425;
  text-align: center;
}
.zvideo_adv>h3 span{
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 12px;
}
.zvideo_adv>h3 span:after{
  position:absolute;
  display:block;
  content: '';
  bottom:0;
  left:0;
  width: 100%;
  height: 3px;
  background:#c6141f;
}
.zvideo_adv>ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:4vw;
  margin-bottom: 4vw;
}
.zvideo_adv>ul i:last-of-type{
  display:none;
}
.zvideo_adv>ul li{
  text-align: center;
}
.zvideo_adv>ul li p{
  font-size: 3rem;
  color: #333333;
  margin-top: 2vw;
}
.zvideo_adv>ul i{
  width: 1px;
  height: 277px;
  background:#e9edf5;
  display:block;
}
.zvideo_adv>ul li img{
  margin:0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.zvideo_adv>ul li:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.zvideo_adv>ul li b{
  display:block;
  margin:0 auto;
  margin-top: 2vw;
  margin-bottom:1vw;
  background:#d8121e;
  width:40px;
  height: 3px;
}
.zvideo_adv>ul li small{
  font-size: 1.6rem;
  color: #666666;
  font-weight: lighter;
  text-align: center;
  width:223px;
  margin:0 auto;
  line-height: 3rem;
  display:block;
}
.zvideoinfo_right{
  min-height: 792px;
}

.zgoods_left{
  float:left;
  position:sticky;
  top:120px;
  background:#f2f6fa;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:20px;
  margin-bottom:2vw;
}
.zgoods_left a{
  background:#fff;
  display:block;
  color: #666;
  font-weight: lighter;
  line-height: 60px;
  font-size: 2rem;
  margin-bottom: 1vw;
  text-overflow: ellipsis;white-space: nowrap;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 20px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zgoods_left a.active,.zgoods_left a:hover{
  color: #fff;
  background: #d8121e;
}
.zgoods_right{
  float:right;
  width: calc(96% - 300px);
}
.zgoods_list a{
  float:left;
  display:block;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:30px 20px;
  background:#f2f6fa;
}
.zgoods_list a:nth-of-type(3n){
  margin-right: 0;
}
.zg_list_tit{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zg_list_tit small{
  font-weight: lighter;
  font-size: 1.4rem;
  color: #333;
}
.zg_list_tit small:first-of-type{
  display:block;
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;

}
.zgoods_list a>b{
  display:block;
  margin:1vw auto;
  width:100%;
  height: 23vw;
  position:relative;
  overflow:hidden;
}
.zgoods_list a>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 450ms 0s all ease;
  -moz-transition: 450ms 0s all ease;
  -ms-transition: 450ms 0s all ease;
  -o-transition: 450ms 0s all ease;
  transition: 450ms 0s all ease;
}
.zgoods_list a:hover>b img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.zg_list_cont p{
  font-size:2rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  line-height: 35px;
}
.zg_list_cont small{
  color: #767676;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  display:block;
  margin-bottom: 15px;
  margin-top: 10px;
}

.zg_list_href{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zg_list_href p{
  font-size: 1.4rem;
  color: #666;
  overflow: hidden;
  position:relative;
}
.zg_list_href p span{
  position:relative;
  display:block;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.zgoods_list a:hover p span {
  opacity: 0;
  -webkit-transform: translate3d(0, -19px, 0);
  transform: translate3d(0, -19px, 0);
}
.zg_list_href p:after{
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #d8121e;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);

}
.zgoods_list a:hover p:after{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 400ms 250ms all ease;
  -moz-transition: 400ms 250ms all ease;
  -ms-transition: 400ms 250ms all ease;
  -o-transition: 400ms 250ms all ease;
  transition: 400ms 250ms all ease;
}
.zg_list_href b{
  background:url("../images/zgjt.png") no-repeat center;
  display:block;
  width: 21px;
  height: 21px;
}


.mnav_tit{
  display:flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
.mnav_tit span{
  background:url("../images/downs.png") no-repeat center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 32px;
  height: 32px;
  display:block;
}
.mnavbar li.active .mnav_tit span{
  background:url("../images/down.png") no-repeat center;
}
.mnavbar li.seelist .mnav_tit span{
  /*background:url("../images/downs.png") no-repeat center;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mnav_list{
  display:none;
}
.mnavbar li.seelist .mnav_list{
  display:block;
}
.mnav_list a{
  display:block;
  width:100%;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
  color: #666;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 53px;
}
.mnav_list a.active{
  background: #a10a14;
  border-top: 1px solid #8b0c14;
}

.jw-skin-bce .jw-controlbar{
  width: 100%;
}